home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pink Daily - The Pink Days
/
Pink Daily - The Pink Days.iso
/
pc
/
pinkdata
/
rdb3.dir
/
00038_Script_38
< prev
next >
Wrap
Text File
|
1995-08-19
|
448b
|
21 lines
on exitFrame
repeat with n = 8 to 10
puppetSprite n,true
end repeat
repeat with n = 12 to 16
puppetSprite n,true
end repeat
if the ink of sprite 10 = 0 then
repeat with n=1 to 20
if the puppet of Sprite n then puppetSprite n,false
end repeat
--sound playFile 2, "SEgood.AIF"
sound stop 1
puppetTransition 06,0,4
go the frame +1
else
gameBGM
go the frame
end if
end